home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 2000 November / Designer's Club 2000 November.iso / pc / DC Users Guide / Tutorials / Flash_Tutorial.exe / Flash_Tutorial.DXR / 00090.ls < prev    next >
Encoding:
Text File  |  2000-09-29  |  121 b   |  13 lines

  1. on mouseEnter
  2.   go("head")
  3. end
  4.  
  5. on mouseDown
  6.   puppetSound(1, "rexgrowl")
  7.   go("head2")
  8. end
  9.  
  10. on mouseUp
  11.   go("head")
  12. end
  13.